| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_from": "accord@^0.29.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-3OOR92FTc2p5/EcOzPcXp+Cbo+3C15nV9RXHlOUBCBpHhcB+0frbSNR9ehED/o7sTcyGVtqGJpguToEdlXhD0w==",
- "_location": "/accord",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "accord@^0.29.0",
- "name": "accord",
- "escapedName": "accord",
- "rawSpec": "^0.29.0",
- "saveSpec": null,
- "fetchSpec": "^0.29.0"
- },
- "_requiredBy": [
- "/gulp-less"
- ],
- "_resolved": "https://registry.npmjs.org/accord/-/accord-0.29.0.tgz",
- "_shasum": "b741c176d00435c5929d466dfe8cf6bee933b1e4",
- "_spec": "accord@^0.29.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-less",
- "author": {
- "name": "Jeff Escalante"
- },
- "bugs": {
- "url": "https://github.com/jescalan/accord"
- },
- "bundleDependencies": false,
- "dependencies": {
- "convert-source-map": "^1.5.0",
- "glob": "^7.0.5",
- "indx": "^0.2.3",
- "lodash.clone": "^4.3.2",
- "lodash.defaults": "^4.0.1",
- "lodash.flatten": "^4.2.0",
- "lodash.merge": "^4.4.0",
- "lodash.partialright": "^4.1.4",
- "lodash.pick": "^4.2.1",
- "lodash.uniq": "^4.3.0",
- "resolve": "^1.5.0",
- "semver": "^5.3.0",
- "uglify-js": "^2.8.22",
- "when": "^3.7.8"
- },
- "deprecated": false,
- "description": "A unified interface for compiled languages and templates in JavaScript",
- "devDependencies": {
- "LiveScript": "^1.3.1",
- "acorn": "^5.0.3",
- "babel": "^6.23.0",
- "babel-core": "^6.24.1",
- "babel-preset-es2015": "^6.24.1",
- "buble": "^0.15.2",
- "chai": "^3.5.0",
- "clean-css": "^4.0.12",
- "coco": "^0.9.1",
- "coffee-coverage": "^2.0.1",
- "coffee-react-transform": "^5.0.0",
- "coffee-script": "^1.12.5",
- "coveralls": "^2.13.1",
- "css-parse": "^2.0.0",
- "csso": "^3.1.1",
- "dogescript": "^2.3.0",
- "dot": "^1.1.1",
- "eco": "^1.0.3",
- "ejs": "^2.5.6",
- "hamljs": "^0.6.2",
- "handlebars": "^4.0.8",
- "he": "^1.1.1",
- "hogan.js": "^3.0.2",
- "html-minifier": "^3.4.3",
- "istanbul": "^0.4.4",
- "jade": "^1.11.0",
- "less": "^3.0.0",
- "marc": "^0.1.0",
- "marked": "^0.3.5",
- "mocha": "^3.3.0",
- "mocha-lcov-reporter": "^1.3.0",
- "myth": "^1.5.0",
- "node-sass": "^4.5.2",
- "parse5": "^3.0.2",
- "polytest": "0.0.1",
- "postcss": "^5.2.17",
- "postcss-simple-vars": "^3.1.0",
- "pug": "^2.0.0-rc.1",
- "react-tools": "^0.13.3",
- "stylus": "^0.54.5",
- "swig": "^1.4.2",
- "toffee": "^0.1.13",
- "typescript-compiler": "^1.4.1"
- },
- "homepage": "https://github.com/jescalan/accord",
- "keywords": [
- "compile"
- ],
- "license": "MIT",
- "main": "lib",
- "name": "accord",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jenius/accord.git"
- },
- "scripts": {
- "coverage": "mocha && ./node_modules/.bin/istanbul report && open coverage/lcov-report/index.html",
- "coveralls": "istanbul report && cat ./coverage/lcov.info | coveralls",
- "legacy": "coffee test/legacy.coffee",
- "test": "mocha test/test.coffee"
- },
- "version": "0.29.0"
- }
|