mam-project-templates
Version:
my personal templating projects
73 lines (72 loc) • 2 kB
JSON
{
"_from": "estraverse@~1.5.0",
"_id": "estraverse@1.5.1",
"_inBundle": false,
"_integrity": "sha1-hno+jlip+EYYr7bC3bzZFrfLr3E=",
"_location": "/estraverse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "estraverse@~1.5.0",
"name": "estraverse",
"escapedName": "estraverse",
"rawSpec": "~1.5.0",
"saveSpec": null,
"fetchSpec": "~1.5.0"
},
"_requiredBy": [
"/derequire",
"/escodegen",
"/escope"
],
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.5.1.tgz",
"_shasum": "867a3e8e58a9f84618afb6c2ddbcd916b7cbaf71",
"_spec": "estraverse@~1.5.0",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Ranger\\node_modules\\derequire",
"bugs": {
"url": "https://github.com/Constellation/estraverse/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}