"description":"ECMAScript parsing infrastructure for multipurpose analysis",
"license":"BSD-2-Clause",
"devDependencies":{
"codecov.io":"~0.1.6",
"escomplex-js":"1.2.0",
...
...
@@ -64,14 +62,6 @@
"unicode-8.0.0":"~0.7.0",
"webpack":"~1.14.0"
},
"engines":{
"node":">=4"
},
"files":[
"bin",
"dist/esprima.js"
],
"homepage":"http://esprima.org",
"keywords":[
"ast",
"ecmascript",
...
...
@@ -80,58 +70,43 @@
"parser",
"syntax"
],
"license":"BSD-2-Clause",
"main":"dist/esprima.js",
"maintainers":[
{
"name":"Ariya Hidayat",
"email":"ariya.hidayat@gmail.com",
"url":"http://ariya.ofilabs.com"
}
],
"name":"esprima",
"repository":{
"type":"git",
"url":"git+https://github.com/jquery/esprima.git"
},
"scripts":{
"all-tests":"npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
"saucelabs":"npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
"all-tests":"npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
"description":"ECMAScript parsing infrastructure for multipurpose analysis",
"license":"BSD-2-Clause",
"devDependencies":{
"codecov.io":"~0.1.6",
"escomplex-js":"1.2.0",
...
...
@@ -64,14 +62,6 @@
"unicode-8.0.0":"~0.7.0",
"webpack":"~1.14.0"
},
"engines":{
"node":">=4"
},
"files":[
"bin",
"dist/esprima.js"
],
"homepage":"http://esprima.org",
"keywords":[
"ast",
"ecmascript",
...
...
@@ -80,58 +70,43 @@
"parser",
"syntax"
],
"license":"BSD-2-Clause",
"main":"dist/esprima.js",
"maintainers":[
{
"name":"Ariya Hidayat",
"email":"ariya.hidayat@gmail.com",
"url":"http://ariya.ofilabs.com"
}
],
"name":"esprima",
"repository":{
"type":"git",
"url":"git+https://github.com/jquery/esprima.git"
},
"scripts":{
"all-tests":"npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
"saucelabs":"npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
"all-tests":"npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
"description":"Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
"dependencies":{
"acorn":"^5.0.0",
"acorn-dynamic-import":"^2.0.0",
...
...
@@ -65,8 +27,7 @@
"webpack-sources":"^1.0.1",
"yargs":"^8.0.2"
},
"deprecated":false,
"description":"Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",