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

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_from": "fast-json-stable-stringify@^2.0.0",
3 "_id": "fast-json-stable-stringify@2.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
6 "_location": "/fast-json-stable-stringify",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "fast-json-stable-stringify@^2.0.0",
12 "name": "fast-json-stable-stringify",
13 "escapedName": "fast-json-stable-stringify",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/ajv"
20 ],
21 "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
22 "_shasum": "874bf69c6f404c2b5d99c481341399fd55892633",
23 "_spec": "fast-json-stable-stringify@^2.0.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/ajv",
25 "author": {
26 "name": "James Halliday",
27 "email": "mail@substack.net",
28 "url": "http://substack.net"
29 },
30 "bugs": {
31 "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {},
35 "deprecated": false,
36 "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
37 "devDependencies": {
38 "benchmark": "^2.1.4",
39 "coveralls": "^3.0.0",
40 "eslint": "^6.7.0",
41 "fast-stable-stringify": "latest",
42 "faster-stable-stringify": "latest",
43 "json-stable-stringify": "latest",
44 "nyc": "^14.1.0",
45 "pre-commit": "^1.2.2",
46 "tape": "^4.11.0"
47 },
48 "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
49 "keywords": [
50 "json",
51 "stringify",
52 "deterministic",
53 "hash",
54 "stable"
55 ],
56 "license": "MIT",
57 "main": "index.js",
58 "name": "fast-json-stable-stringify",
59 "nyc": {
60 "exclude": [
61 "test",
62 "node_modules"
63 ],
64 "reporter": [
65 "lcov",
66 "text-summary"
67 ]
68 },
69 "repository": {
70 "type": "git",
71 "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
72 },
73 "scripts": {
74 "eslint": "eslint index.js test",
75 "test": "npm run eslint && nyc npm run test-spec",
76 "test-spec": "tape test/*.js"
77 },
78 "types": "index.d.ts",
79 "version": "2.1.0"
80}
Note: See TracBrowser for help on using the repository browser.