123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "source-list-map@^2.0.0",
- "_id": "source-list-map@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==",
- "_location": "/source-list-map",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "source-list-map@^2.0.0",
- "name": "source-list-map",
- "escapedName": "source-list-map",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/webpack-sources"
- ],
- "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz",
- "_shasum": "aaa47403f7b245a92fbc97ea08f250d6087ed085",
- "_spec": "source-list-map@^2.0.0",
- "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/webpack-sources",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack/source-list-map/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Fast line to line SourceMap generator.",
- "devDependencies": {
- "mocha": "^2.2.1",
- "should": "^5.2.0"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/webpack/source-list-map",
- "keywords": [
- "source-map"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "source-list-map",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack/source-list-map.git"
- },
- "scripts": {
- "test": "mocha -R spec"
- },
- "version": "2.0.0"
- }
|