|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "es6-error@4.1.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "es6-error@4.1.1",
- "_id": "es6-error@4.1.1",
- "_inBundle": false,
- "_integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
- "_location": "/es6-error",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "es6-error@4.1.1",
- "name": "es6-error",
- "escapedName": "es6-error",
- "rawSpec": "4.1.1",
- "saveSpec": null,
- "fetchSpec": "4.1.1"
- },
- "_requiredBy": [
- "/global-agent",
- "/release-zalgo"
- ],
- "_resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
- "_spec": "4.1.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Ben Youngblood"
- },
- "bugs": {
- "url": "https://github.com/bjyoungblood/es6-error/issues"
- },
- "dependencies": {},
- "description": "Easily-extendable error for use with ES6 classes",
- "devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.0",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-plugin-transform-builtin-extend": "^1.1.2",
- "babel-preset-env": "^1.6.1",
- "chai": "^4.1.2",
- "cross-env": "^5.1.1",
- "mocha": "^4.0.1",
- "rimraf": "^2.6.2"
- },
- "files": [
- "lib",
- "es6",
- "typings"
- ],
- "homepage": "https://github.com/bjyoungblood/es6-error",
- "keywords": [
- "es6",
- "error",
- "babel"
- ],
- "license": "MIT",
- "main": "./lib/index",
- "module": "./es6/index.js",
- "name": "es6-error",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bjyoungblood/es6-error.git"
- },
- "scripts": {
- "build": "npm run clean && npm run build:cjs && npm run build:es6",
- "build:cjs": "mkdir -p lib && cross-env BABEL_ENV=cjs babel src/index.js -o lib/index.js",
- "build:es6": "mkdir -p es6 && cross-env BABEL_ENV=es6 babel src/index.js -o es6/index.js",
- "clean": "rimraf lib es6",
- "prepublishOnly": "npm run build && npm run test",
- "test": "cross-env BABEL_ENV=test mocha --require babel-core/register --recursive"
- },
- "typings": "./typings/index.d.ts",
- "version": "4.1.1"
- }
|