File: /var/www/zaklada/html/node_modules/recast/package.json
{
"_args": [
[
"recast@0.10.33",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "recast@0.10.33",
"_id": "recast@0.10.33",
"_inBundle": false,
"_integrity": "sha1-lCgI96oBbx+nFCxGHX5XBKqo1pc=",
"_location": "/recast",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "recast@0.10.33",
"name": "recast",
"escapedName": "recast",
"rawSpec": "0.10.33",
"saveSpec": null,
"fetchSpec": "0.10.33"
},
"_requiredBy": [
"/regenerator",
"/regexpu"
],
"_resolved": "http://registry.npmjs.org/recast/-/recast-0.10.33.tgz",
"_spec": "0.10.33",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/recast/issues"
},
"dependencies": {
"ast-types": "0.8.12",
"esprima-fb": "~15001.1001.0-dev-harmony-fb",
"private": "~0.1.5",
"source-map": "~0.5.0"
},
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
"devDependencies": {
"mocha": "~2.2.5"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "http://github.com/benjamn/recast",
"keywords": [
"ast",
"rewriting",
"refactoring",
"codegen",
"syntax",
"transformation",
"parsing",
"pretty-printing"
],
"license": "MIT",
"main": "main.js",
"name": "recast",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/recast.git"
},
"scripts": {
"debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec",
"test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace"
},
"version": "0.10.33"
}