source: trip-planner-front/node_modules/is-buffer/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "is-buffer@1.1.6",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "is-buffer@1.1.6",
10 "_id": "is-buffer@1.1.6",
11 "_inBundle": false,
12 "_integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
13 "_location": "/is-buffer",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "is-buffer@1.1.6",
19 "name": "is-buffer",
20 "escapedName": "is-buffer",
21 "rawSpec": "1.1.6",
22 "saveSpec": null,
23 "fetchSpec": "1.1.6"
24 },
25 "_requiredBy": [
26 "/class-utils/is-accessor-descriptor/kind-of",
27 "/class-utils/is-data-descriptor/kind-of",
28 "/expand-brackets/is-accessor-descriptor/kind-of",
29 "/expand-brackets/is-data-descriptor/kind-of",
30 "/has-values/is-number/kind-of",
31 "/has-values/kind-of",
32 "/http-proxy-middleware/is-number/kind-of",
33 "/object-copy/kind-of",
34 "/snapdragon-util/kind-of",
35 "/snapdragon/is-accessor-descriptor/kind-of",
36 "/snapdragon/is-data-descriptor/kind-of",
37 "/static-extend/is-accessor-descriptor/kind-of",
38 "/static-extend/is-data-descriptor/kind-of",
39 "/to-object-path/kind-of",
40 "/webpack-dev-server/is-number/kind-of"
41 ],
42 "_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
43 "_spec": "1.1.6",
44 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
45 "author": {
46 "name": "Feross Aboukhadijeh",
47 "email": "feross@feross.org",
48 "url": "http://feross.org/"
49 },
50 "bugs": {
51 "url": "https://github.com/feross/is-buffer/issues"
52 },
53 "dependencies": {},
54 "description": "Determine if an object is a Buffer",
55 "devDependencies": {
56 "standard": "*",
57 "tape": "^4.0.0",
58 "zuul": "^3.0.0"
59 },
60 "homepage": "https://github.com/feross/is-buffer#readme",
61 "keywords": [
62 "buffer",
63 "buffers",
64 "type",
65 "core buffer",
66 "browser buffer",
67 "browserify",
68 "typed array",
69 "uint32array",
70 "int16array",
71 "int32array",
72 "float32array",
73 "float64array",
74 "browser",
75 "arraybuffer",
76 "dataview"
77 ],
78 "license": "MIT",
79 "main": "index.js",
80 "name": "is-buffer",
81 "repository": {
82 "type": "git",
83 "url": "git://github.com/feross/is-buffer.git"
84 },
85 "scripts": {
86 "test": "standard && npm run test-node && npm run test-browser",
87 "test-browser": "zuul -- test/*.js",
88 "test-browser-local": "zuul --local -- test/*.js",
89 "test-node": "tape test/*.js"
90 },
91 "testling": {
92 "files": "test/*.js"
93 },
94 "version": "1.1.6"
95}
Note: See TracBrowser for help on using the repository browser.