aboutsummaryrefslogtreecommitdiff
path: root/node_modules/esutils/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/esutils/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/esutils/package.json')
-rw-r--r--node_modules/esutils/package.json111
1 files changed, 27 insertions, 84 deletions
diff --git a/node_modules/esutils/package.json b/node_modules/esutils/package.json
index ae251d20b..ddce20bff 100644
--- a/node_modules/esutils/package.json
+++ b/node_modules/esutils/package.json
@@ -1,52 +1,31 @@
{
- "_args": [
- [
- {
- "raw": "esutils@^2.0.2",
- "scope": null,
- "escapedName": "esutils",
- "name": "esutils",
- "rawSpec": "^2.0.2",
- "spec": ">=2.0.2 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/babel-types"
- ]
- ],
- "_from": "esutils@>=2.0.2 <3.0.0",
- "_id": "esutils@2.0.2",
- "_inCache": true,
- "_location": "/esutils",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "name": "michaelficarra",
- "email": "npm@michael.ficarra.me"
+ "name": "esutils",
+ "description": "utility box for ECMAScript language tools",
+ "homepage": "https://github.com/estools/esutils",
+ "main": "lib/utils.js",
+ "version": "2.0.2",
+ "engines": {
+ "node": ">=0.10.0"
},
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "esutils@^2.0.2",
- "scope": null,
- "escapedName": "esutils",
- "name": "esutils",
- "rawSpec": "^2.0.2",
- "spec": ">=2.0.2 <3.0.0",
- "type": "range"
+ "directories": {
+ "lib": "./lib"
},
- "_requiredBy": [
- "/babel-code-frame",
- "/babel-types"
+ "files": [
+ "LICENSE.BSD",
+ "README.md",
+ "lib"
+ ],
+ "maintainers": [
+ {
+ "name": "Yusuke Suzuki",
+ "email": "utatane.tea@gmail.com",
+ "web": "http://github.com/Constellation"
+ }
],
- "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
- "_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
- "_shrinkwrap": null,
- "_spec": "esutils@^2.0.2",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/babel-types",
- "bugs": {
- "url": "https://github.com/estools/esutils/issues"
+ "repository": {
+ "type": "git",
+ "url": "http://github.com/estools/esutils.git"
},
- "dependencies": {},
- "description": "utility box for ECMAScript language tools",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
@@ -55,52 +34,16 @@
"regenerate": "~1.2.1",
"unicode-7.0.0": "^0.1.5"
},
- "directories": {
- "lib": "./lib"
- },
- "dist": {
- "shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
- "tarball": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "LICENSE.BSD",
- "README.md",
- "lib"
- ],
- "gitHead": "3ffd1c403f3f29db9e8a9574b1895682e57b6a7f",
- "homepage": "https://github.com/estools/esutils",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
}
],
- "main": "lib/utils.js",
- "maintainers": [
- {
- "name": "constellation",
- "email": "utatane.tea@gmail.com"
- },
- {
- "name": "michaelficarra",
- "email": "npm@michael.ficarra.me"
- }
- ],
- "name": "esutils",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/estools/esutils.git"
- },
"scripts": {
- "generate-regex": "node tools/generate-identifier-regex.js",
- "lint": "jshint lib/*.js",
"test": "npm run-script lint && npm run-script unit-test",
- "unit-test": "mocha --compilers coffee:coffee-script -R spec"
- },
- "version": "2.0.2"
+ "lint": "jshint lib/*.js",
+ "unit-test": "mocha --compilers coffee:coffee-script -R spec",
+ "generate-regex": "node tools/generate-identifier-regex.js"
+ }
}