Changeset 79a0317 for imaps-frontend/node_modules/json-stable-stringify-without-jsonify/package.json
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/json-stable-stringify-without-jsonify/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "json-stable-stringify-without-jsonify", 3 "version": "1.0.1", 2 "_from": "json-stable-stringify-without-jsonify@1.0.1", 3 "_id": "json-stable-stringify-without-jsonify@1.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", 6 "_location": "/json-stable-stringify-without-jsonify", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "json-stable-stringify-without-jsonify@1.0.1", 12 "name": "json-stable-stringify-without-jsonify", 13 "escapedName": "json-stable-stringify-without-jsonify", 14 "rawSpec": "1.0.1", 15 "saveSpec": null, 16 "fetchSpec": "1.0.1" 17 }, 18 "_requiredBy": [ 19 "/eslint" 20 ], 21 "_resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", 22 "_shasum": "9db7b59496ad3f3cfef30a75142d2d930ad72651", 23 "_spec": "json-stable-stringify-without-jsonify@1.0.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 25 "author": { 26 "name": "James Halliday", 27 "email": "mail@substack.net", 28 "url": "http://substack.net" 29 }, 30 "bugs": { 31 "url": "https://github.com/samn/json-stable-stringify/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 4 36 "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies", 5 "main": "index.js",6 "dependencies": {7 },8 37 "devDependencies": { 9 38 "tape": "~1.0.4" 10 },11 "scripts": {12 "test": "tape test/*.js"13 },14 "testling": {15 "files": "test/*.js",16 "browsers": [17 "ie/8..latest",18 "ff/5", "ff/latest",19 "chrome/15", "chrome/latest",20 "safari/latest",21 "opera/latest"22 ]23 },24 "repository": {25 "type": "git",26 "url": "git://github.com/samn/json-stable-stringify.git"27 39 }, 28 40 "homepage": "https://github.com/samn/json-stable-stringify", … … 35 47 "stable" 36 48 ], 37 "author": { 38 "name": "James Halliday", 39 "email": "mail@substack.net", 40 "url": "http://substack.net" 49 "license": "MIT", 50 "main": "index.js", 51 "name": "json-stable-stringify-without-jsonify", 52 "repository": { 53 "type": "git", 54 "url": "git://github.com/samn/json-stable-stringify.git" 41 55 }, 42 "license": "MIT" 56 "scripts": { 57 "test": "tape test/*.js" 58 }, 59 "testling": { 60 "files": "test/*.js", 61 "browsers": [ 62 "ie/8..latest", 63 "ff/5", 64 "ff/latest", 65 "chrome/15", 66 "chrome/latest", 67 "safari/latest", 68 "opera/latest" 69 ] 70 }, 71 "version": "1.0.1" 43 72 }
Note:
See TracChangeset
for help on using the changeset viewer.