mam-project-templates
Version:
my personal templating projects
75 lines (74 loc) • 1.84 kB
JSON
{
"_args": [
[
"esutils@1.0.0",
"C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft"
]
],
"_development": true,
"_from": "esutils@1.0.0",
"_id": "esutils@1.0.0",
"_inBundle": false,
"_integrity": "sha1-gVHTWOIMisx/t0XnRywAJf5JZXA=",
"_location": "/esutils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "esutils@1.0.0",
"name": "esutils",
"escapedName": "esutils",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Deft",
"bugs": {
"url": "https://github.com/Constellation/esutils/issues"
},
"dependencies": {},
"description": "utility box for ECMAScript language tools",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"jshint": "2.1.5",
"mocha": "~1.12.0"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/Constellation/esutils",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
}
],
"main": "lib/utils.js",
"maintainers": [
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com",
"url": "http://github.com/Constellation"
}
],
"name": "esutils",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Constellation/esutils.git"
},
"scripts": {
"lint": "jshint lib/*.js",
"test": "npm run-script lint && npm run-script unit-test",
"unit-test": "mocha --compilers coffee:coffee-script -R spec"
},
"version": "1.0.0"
}