2017-09-13 07:52:34 +02:00

111 lines
2.7 KiB
JSON

{
"_args": [
[
{
"raw": "recast@~0.11.12",
"scope": null,
"escapedName": "recast",
"name": "recast",
"rawSpec": "~0.11.12",
"spec": ">=0.11.12 <0.12.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\es6-templates"
]
],
"_from": "recast@>=0.11.12 <0.12.0",
"_id": "recast@0.11.23",
"_inCache": true,
"_location": "/recast",
"_nodeVersion": "4.7.3",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/recast-0.11.23.tgz_1489336675946_0.5593111158814281"
},
"_npmUser": {
"name": "benjamn",
"email": "bn@cs.stanford.edu"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "recast@~0.11.12",
"scope": null,
"escapedName": "recast",
"name": "recast",
"rawSpec": "~0.11.12",
"spec": ">=0.11.12 <0.12.0",
"type": "range"
},
"_requiredBy": [
"/es6-templates"
],
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz",
"_shasum": "451fd3004ab1e4df9b4e4b66376b2a21912462d3",
"_shrinkwrap": null,
"_spec": "recast@~0.11.12",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\es6-templates",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/benjamn/recast/issues"
},
"dependencies": {
"ast-types": "0.9.6",
"esprima": "~3.1.0",
"private": "~0.1.5",
"source-map": "~0.5.0"
},
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
"devDependencies": {
"babylon": "~6.15.0",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"mocha": "~3.1.2"
},
"directories": {},
"dist": {
"shasum": "451fd3004ab1e4df9b4e4b66376b2a21912462d3",
"tarball": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "3a155b9610c9c3b813980934a5910a7edffc6667",
"homepage": "http://github.com/benjamn/recast",
"keywords": [
"ast",
"rewriting",
"refactoring",
"codegen",
"syntax",
"transformation",
"parsing",
"pretty-printing"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"name": "recast",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.11.23"
}