node_modules/source-map/package.json in babel-schmooze-sprockets-0.1.0.alpha.3 vs node_modules/source-map/package.json in babel-schmooze-sprockets-0.1.0
- old
+ new
@@ -4,19 +4,24 @@
"source-map@^0.5.0",
"/Users/fnando/Projects/babel-schmooze-sprockets/node_modules/babel-core"
]
],
"_from": "source-map@>=0.5.0 <0.6.0",
- "_id": "source-map@0.5.3",
+ "_id": "source-map@0.5.6",
"_inCache": true,
"_installable": true,
"_location": "/source-map",
+ "_nodeVersion": "5.3.0",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/source-map-0.5.6.tgz_1462209962516_0.9263619624543935"
+ },
"_npmUser": {
"email": "fitzgen@gmail.com",
"name": "nickfitzgerald"
},
- "_npmVersion": "1.4.9",
+ "_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "source-map",
"raw": "source-map@^0.5.0",
"rawSpec": "^0.5.0",
@@ -26,12 +31,12 @@
},
"_requiredBy": [
"/babel-core",
"/babel-generator"
],
- "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz",
- "_shasum": "82674b85a71b0be76c3e7416d15e9f5252eb3be0",
+ "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
+ "_shasum": "75ce38f52bf0733c5a7f0c118d81334a2bb5f412",
"_shrinkwrap": null,
"_spec": "source-map@^0.5.0",
"_where": "/Users/fnando/Projects/babel-schmooze-sprockets/node_modules/babel-core",
"author": {
"email": "nfitzgerald@mozilla.com",
@@ -192,12 +197,12 @@
"doctoc": "^0.15.0",
"webpack": "^1.12.0"
},
"directories": {},
"dist": {
- "shasum": "82674b85a71b0be76c3e7416d15e9f5252eb3be0",
- "tarball": "https://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz"
+ "shasum": "75ce38f52bf0733c5a7f0c118d81334a2bb5f412",
+ "tarball": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
@@ -206,10 +211,11 @@
"dist/source-map.debug.js",
"dist/source-map.js",
"dist/source-map.min.js",
"dist/source-map.min.js.map"
],
+ "gitHead": "aa0398ced67beebea34f0d36f766505656c344f6",
"homepage": "https://github.com/mozilla/source-map",
"license": "BSD-3-Clause",
"main": "./source-map.js",
"maintainers": [
{
@@ -232,10 +238,10 @@
"type": "git",
"url": "git+ssh://git@github.com/mozilla/source-map.git"
},
"scripts": {
"build": "webpack --color",
- "test": "node test/run-tests.js",
+ "test": "npm run build && node test/run-tests.js",
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
},
- "version": "0.5.3"
+ "version": "0.5.6"
}