1 | {
|
---|
2 | "_from": "core-util-is@~1.0.0",
|
---|
3 | "_id": "core-util-is@1.0.3",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
---|
6 | "_location": "/core-util-is",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "core-util-is@~1.0.0",
|
---|
12 | "name": "core-util-is",
|
---|
13 | "escapedName": "core-util-is",
|
---|
14 | "rawSpec": "~1.0.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "~1.0.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/are-we-there-yet/readable-stream",
|
---|
20 | "/hpack.js/readable-stream",
|
---|
21 | "/memory-fs/readable-stream",
|
---|
22 | "/webpack-dev-server/readable-stream"
|
---|
23 | ],
|
---|
24 | "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
---|
25 | "_shasum": "a6042d3634c2b27e9328f837b965fac83808db85",
|
---|
26 | "_spec": "core-util-is@~1.0.0",
|
---|
27 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server\\node_modules\\readable-stream",
|
---|
28 | "author": {
|
---|
29 | "name": "Isaac Z. Schlueter",
|
---|
30 | "email": "i@izs.me",
|
---|
31 | "url": "http://blog.izs.me/"
|
---|
32 | },
|
---|
33 | "bugs": {
|
---|
34 | "url": "https://github.com/isaacs/core-util-is/issues"
|
---|
35 | },
|
---|
36 | "bundleDependencies": false,
|
---|
37 | "deprecated": false,
|
---|
38 | "description": "The `util.is*` functions introduced in Node v0.12.",
|
---|
39 | "devDependencies": {
|
---|
40 | "tap": "^15.0.9"
|
---|
41 | },
|
---|
42 | "files": [
|
---|
43 | "lib"
|
---|
44 | ],
|
---|
45 | "homepage": "https://github.com/isaacs/core-util-is#readme",
|
---|
46 | "keywords": [
|
---|
47 | "util",
|
---|
48 | "isBuffer",
|
---|
49 | "isArray",
|
---|
50 | "isNumber",
|
---|
51 | "isString",
|
---|
52 | "isRegExp",
|
---|
53 | "isThis",
|
---|
54 | "isThat",
|
---|
55 | "polyfill"
|
---|
56 | ],
|
---|
57 | "license": "MIT",
|
---|
58 | "main": "lib/util.js",
|
---|
59 | "name": "core-util-is",
|
---|
60 | "repository": {
|
---|
61 | "type": "git",
|
---|
62 | "url": "git://github.com/isaacs/core-util-is.git"
|
---|
63 | },
|
---|
64 | "scripts": {
|
---|
65 | "postversion": "npm publish",
|
---|
66 | "prepublishOnly": "git push origin --follow-tags",
|
---|
67 | "preversion": "npm test",
|
---|
68 | "test": "tap test.js"
|
---|
69 | },
|
---|
70 | "version": "1.0.3"
|
---|
71 | }
|
---|