1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "history",
- "_id": "history@5.0.0",
- "_inBundle": false,
- "_integrity": "sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==",
- "_location": "/history",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "history",
- "name": "history",
- "escapedName": "history",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/history/-/history-5.0.0.tgz",
- "_shasum": "0cabbb6c4bbf835addb874f8259f6d25101efd08",
- "_spec": "history",
- "_where": "E:\\a-level\\project_js2",
- "author": {
- "name": "React Training",
- "email": "hello@reacttraining.com"
- },
- "bugs": {
- "url": "https://github.com/ReactTraining/history/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.7.6"
- },
- "deprecated": false,
- "description": "Manage session history with JavaScript",
- "homepage": "https://github.com/ReactTraining/history#readme",
- "keywords": [
- "history",
- "location"
- ],
- "license": "MIT",
- "main": "main.js",
- "module": "index.js",
- "name": "history",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ReactTraining/history.git"
- },
- "sideEffects": false,
- "types": "index.d.ts",
- "unpkg": "umd/history.production.min.js",
- "version": "5.0.0"
- }
|