create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
105 lines (104 loc) • 2.85 kB
JSON
{
"_args": [
[
{
"raw": "stackframe@^0.3.1",
"scope": null,
"escapedName": "stackframe",
"name": "stackframe",
"rawSpec": "^0.3.1",
"spec": ">=0.3.1 <0.4.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/error-stack-parser"
]
],
"_from": "stackframe@>=0.3.1 <0.4.0",
"_id": "stackframe@0.3.1",
"_inCache": true,
"_installable": true,
"_location": "/stackframe",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "eriwen",
"email": "me@eriwen.com"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"raw": "stackframe@^0.3.1",
"scope": null,
"escapedName": "stackframe",
"name": "stackframe",
"rawSpec": "^0.3.1",
"spec": ">=0.3.1 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/error-stack-parser"
],
"_resolved": "https://registry.npmjs.org/stackframe/-/stackframe-0.3.1.tgz",
"_shasum": "33aa84f1177a5548c8935533cbfeb3420975f5a4",
"_shrinkwrap": null,
"_spec": "stackframe@^0.3.1",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/error-stack-parser",
"bugs": {
"url": "https://github.com/stacktracejs/stackframe/issues"
},
"dependencies": {},
"description": "JS Object representation of a stack frame",
"devDependencies": {
"colors": "^1.1.2",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jasmine-node": "~1.14",
"karma": "~0.12",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.2.3",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs2-launcher": "^0.3.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"run-sequence": "^1.1.2"
},
"directories": {},
"dist": {
"shasum": "33aa84f1177a5548c8935533cbfeb3420975f5a4",
"tarball": "https://registry.npmjs.org/stackframe/-/stackframe-0.3.1.tgz"
},
"gitHead": "8886fa805e7252bf8854647e06b7f6a2d50339b1",
"homepage": "http://www.stacktracejs.com",
"keywords": [
"stacktrace",
"error",
"debugger",
"stack frame"
],
"license": "SEE LICENSE IN LICENSE",
"main": "./stackframe.js",
"maintainers": [
{
"name": "eriwen",
"email": "me@eriwen.com"
}
],
"name": "stackframe",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/stacktracejs/stackframe.git"
},
"scripts": {
"test": "gulp test"
},
"version": "0.3.1"
}