package.json 2.83 KB
{
  "_args": [
    [
      {
        "raw": "stackframe@^1.0.2",
        "scope": null,
        "escapedName": "stackframe",
        "name": "stackframe",
        "rawSpec": "^1.0.2",
        "spec": ">=1.0.2 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/error-stack-parser"
    ]
  ],
  "_from": "stackframe@>=1.0.2 <2.0.0",
  "_id": "stackframe@1.0.2",
  "_inCache": true,
  "_location": "/stackframe",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "name": "eriwen",
    "email": "me@eriwen.com"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "stackframe@^1.0.2",
    "scope": null,
    "escapedName": "stackframe",
    "name": "stackframe",
    "rawSpec": "^1.0.2",
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/error-stack-parser"
  ],
  "_resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.0.2.tgz",
  "_shasum": "162245509c687d328b14f671dab8fdb755b1e1e8",
  "_shrinkwrap": null,
  "_spec": "stackframe@^1.0.2",
  "_where": "/Users/admin/Documents/workspace/programming/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": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-coveralls": "^0.1.4",
    "gulp-jshint": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "jshint": "^2.8.0",
    "karma": "^0.13.15",
    "karma-chrome-launcher": "^0.2.2",
    "karma-coverage": "^0.5.3",
    "karma-firefox-launcher": "^0.1.7",
    "karma-ie-launcher": "^0.2.0",
    "karma-jasmine": "^0.3.6",
    "karma-opera-launcher": "^0.3.0",
    "karma-phantomjs2-launcher": "^0.3.2",
    "karma-safari-launcher": "^0.1.1",
    "karma-sauce-launcher": "^0.3.0",
    "run-sequence": "^1.1.5"
  },
  "directories": {},
  "dist": {
    "shasum": "162245509c687d328b14f671dab8fdb755b1e1e8",
    "tarball": "https://registry.npmjs.org/stackframe/-/stackframe-1.0.2.tgz"
  },
  "gitHead": "73f58c28eafd8ba0db92f40d99d461059626fef4",
  "homepage": "https://www.stacktracejs.com",
  "keywords": [
    "stacktrace",
    "error",
    "debugger",
    "stack frame"
  ],
  "license": "Unlicense",
  "main": "./stackframe.js",
  "maintainers": [
    {
      "name": "eriwen",
      "email": "me@eriwen.com"
    },
    {
      "name": "oliversalzburg",
      "email": "oliver.salzburg@gmail.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": "1.0.2"
}