source: imaps-frontend/node_modules/json-stable-stringify-without-jsonify/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.1 KB
Line 
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,
36 "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
37 "devDependencies": {
38 "tape": "~1.0.4"
39 },
40 "homepage": "https://github.com/samn/json-stable-stringify",
41 "keywords": [
42 "json",
43 "stringify",
44 "deterministic",
45 "hash",
46 "sort",
47 "stable"
48 ],
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"
55 },
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"
72}
Note: See TracBrowser for help on using the repository browser.