create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
99 lines (98 loc) • 2.54 kB
JSON
{
"_args": [
[
{
"raw": "asn1.js@^4.0.0",
"scope": null,
"escapedName": "asn1.js",
"name": "asn1.js",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/parse-asn1"
]
],
"_from": "asn1.js@>=4.0.0 <5.0.0",
"_id": "asn1.js@4.8.0",
"_inCache": true,
"_installable": true,
"_location": "/asn1.js",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/asn1.js-4.8.0.tgz_1468211184244_0.1349153215996921"
},
"_npmUser": {
"name": "indutny",
"email": "fedor@indutny.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "asn1.js@^4.0.0",
"scope": null,
"escapedName": "asn1.js",
"name": "asn1.js",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/parse-asn1"
],
"_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.8.0.tgz",
"_shasum": "e0e04e9923319163be46aed9e5378973b161ef13",
"_shrinkwrap": null,
"_spec": "asn1.js@^4.0.0",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/parse-asn1",
"author": {
"name": "Fedor Indutny"
},
"bugs": {
"url": "https://github.com/indutny/asn1.js/issues"
},
"dependencies": {
"bn.js": "^4.0.0",
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
},
"description": "ASN.1 encoder and decoder",
"devDependencies": {
"mocha": "^2.3.4"
},
"directories": {},
"dist": {
"shasum": "e0e04e9923319163be46aed9e5378973b161ef13",
"tarball": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.8.0.tgz"
},
"gitHead": "be1c261eb07e4b5d51abca15f0e7de54046a3de3",
"homepage": "https://github.com/indutny/asn1.js",
"keywords": [
"asn.1",
"der"
],
"license": "MIT",
"main": "lib/asn1.js",
"maintainers": [
{
"name": "fedor.indutny",
"email": "fedor.indutny@gmail.com"
},
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "asn1.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/asn1.js.git"
},
"scripts": {
"test": "mocha --reporter spec test/*-test.js rfc/2560/test/*-test.js rfc/5280/test/*-test.js"
},
"version": "4.8.0"
}