mam-project-templates
Version:
my personal templating projects
77 lines (76 loc) • 2.01 kB
JSON
{
"_args": [
[
"estraverse@1.5.1",
"C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft"
]
],
"_development": true,
"_from": "estraverse@1.5.1",
"_id": "estraverse@1.5.1",
"_inBundle": false,
"_integrity": "sha1-hno+jlip+EYYr7bC3bzZFrfLr3E=",
"_location": "/estraverse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "estraverse@1.5.1",
"name": "estraverse",
"escapedName": "estraverse",
"rawSpec": "1.5.1",
"saveSpec": null,
"fetchSpec": "1.5.1"
},
"_requiredBy": [
"/derequire",
"/escodegen",
"/escope"
],
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.5.1.tgz",
"_spec": "1.5.1",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft",
"bugs": {
"url": "https://github.com/Constellation/estraverse/issues"
},
"description": "ECMAScript JS AST traversal functions",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"jshint": "2.1.5",
"mocha": "~1.12.0",
"xyz": "^0.4.0"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/Constellation/estraverse",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"
}
],
"main": "estraverse.js",
"maintainers": [
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"url": "http://github.com/Constellation"
}
],
"name": "estraverse",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Constellation/estraverse.git"
},
"scripts": {
"lint": "jshint estraverse.js",
"release-major": "xyz --increment major",
"release-minor": "xyz --increment minor",
"release-patch": "xyz --increment patch",
"test": "npm run-script lint && npm run-script unit-test",
"unit-test": "mocha --compilers coffee:coffee-script"
},
"version": "1.5.1"
}